.jumbotron {
    background-color: #f8f7ff;
    padding-top: 15vh;
    padding-bottom: 15vh;
}

h4 {
    font-weight: 600;
}

h6 > a{
    color: #9381ff;
}

p {
    font-size: 18px;
    font-weight: 300;
}

a > h4{
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:hover > h4 {
    color: #9381ff;
    text-decoration: none;
}